crypto/tls.keyUpdateMsg.updateRequested (field)

6 uses

	crypto/tls (current package)
		conn.go#L1345: 	if keyUpdate.updateRequested {
		conn.go#L1366: 	if err := c.setReadTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret, keyUpdate.updateRequested); err != nil {
		handshake_messages.go#L1134: 	updateRequested bool
		handshake_messages.go#L1141: 		if m.updateRequested {
		handshake_messages.go#L1161: 		m.updateRequested = false
		handshake_messages.go#L1163: 		m.updateRequested = true